| Get | getOrderById |
| Pet Store Web Service > Store Resource Group : getOrderById (Get) |
| Name | Description | Data Type |
|---|---|---|
| orderId | ID of pet that needs to be fetched | string |
The response body is of type Order.
![]() |
Order
Represents an individual order.
|
| Fault | Description |
|---|---|
| 400 | This fault returns a response body of type (undefined). Invalid ID supplied |
| 404 | This fault returns a response body of type (undefined). Order not found |